]> git.saurik.com Git - apple/security.git/blob - OSX/Keychain Circle Notification/entitlments.plist
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / Keychain Circle Notification / entitlments.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>keychain-access-groups</key>
6 <array>
7 <string>com.apple.ProtectedCloudStorage</string>
8 </array>
9 <key>com.apple.private.accounts.allaccounts</key>
10 <true/>
11 <key>com.apple.accounts.appleaccount.fullaccess</key>
12 <true/>
13 <key>com.apple.private.notificationcenter-system</key>
14 <array>
15 <dict>
16 <key>identifier</key>
17 <string>com.apple.security.keychain-circle-notification</string>
18 </dict>
19 </array>
20 <key>keychain-cloud-circle</key>
21 <true/>
22 </dict>
23 </plist>